home *** CD-ROM | disk | FTP | other *** search
- global gProjectorInUse
-
- on startMoviePrefs
- set the centerStage to 1
- if the colorDepth < 8 then
- set the colorDepth to 8
- end if
- if the colorDepth > 8 then
- set x to "Excuse me, but you need to reset your monitor to 256 colors before continuing."
- alert(x)
- if not (the shiftDown) then
- quit()
- exit
- end if
- end if
- if the machineType <> 256 then
- if not (the quickTimePresent) then
- set x to "Excuse me, but I couldn't find the QuickTime extension in your System Folder."
- set x to x & RETURN & RETURN & "Please install the QuickTime extension and restart your Macintosh."
- alert(x)
- if not (the shiftDown) then
- quit()
- exit
- end if
- end if
- initRearWindow()
- fillWithSpecificColor(255)
- end if
- set gProjectorInUse to 1
- end
-